home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / SIOERROR.H < prev    next >
C/C++ Source or Header  |  1997-05-22  |  143b  |  8 lines

  1. /* sioerror.h */
  2.  
  3. #ifdef __cplusplus
  4. extern "C" void cdecl SioError(int,char *);
  5. #else
  6. extern void cdecl SioError(int,char *);
  7. #endif
  8.